@@ -66,7 +66,7 @@ source /app/.env |
||
| 66 | 66 |
echo DATABASE_HOST=\${DATABASE_HOST}
|
| 67 | 67 |
|
| 68 | 68 |
# start mysql server if \${DATABASE_HOST} is the .env.example default
|
| 69 |
-if [ "\${DATABASE_HOST}" = "your-domain-here.com" ]; then
|
|
| 69 |
+if [ "\${DATABASE_HOST}" = "your-domain-here.com" -o "\${DATABASE_HOST}" = "" ]; then
|
|
| 70 | 70 |
if [ "\${DATABASE_ADAPTER}" = "postgres" ]; then
|
| 71 | 71 |
echo "DATABASE_ADAPTER 'postgres' is not supported internally. Please provide DATABASE_HOST." |
| 72 | 72 |
exit 1 |